Click or drag to resize

CalendarEvent Class

Represents a unique calendar item occurrence.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeCalendarEvent

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class CalendarEvent

The CalendarEvent type exposes the following members.

Constructors
  NameDescription
Public methodCalendarEvent
Initializes a new instance of the CalendarEvent class.
Top
Properties
  NameDescription
Public propertyEndTime
Represents the end of a calendar event. This is a required child element.
Public propertyId
Represents the entry ID of the calendar item.
Public propertyIsException
Indicates whether an instance of a recurring calendar item is changed from the master.
Public propertyIsMeeting
Indicates whether the calendar event is a meeting or an appointment.
Public propertyIsPrivate
Indicates whether the calendar item is private.
Public propertyIsRecurring
Indicates whether the calendar event is an instance of a recurring calendar item or a single calendar item.
Public propertyLegacyFreeBusyStatus
Public propertyLocation
Represents the location field of the calendar item.
Public propertyReminderIsSet
Indicates whether a reminder has been set for the calendar event.
Public propertyStartTime
Represents the start of a calendar event. This is a required child element.
Public propertySubject
Represents the subject of the calendar item.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also